home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / iiinb / readthis.txt < prev   
Encoding:
Text File  |  1999-03-20  |  2.4 KB  |  48 lines

  1. Purpose:
  2. Makes programmers jobs easier by having all the code encapsulated inside of this excellent number-only control.
  3. Performs formatting of your number using a Thousand delimiter (or not) and allows 0 to 10 decimal places.
  4. The control will alway return a DOUBLE.  Please refer to Microsoft's help documentation concerning a DOUBLE.
  5. Say good-bye to tons of little code snippets and the masked-edit control.
  6.  
  7. Installation:
  8. Copy the file to any folder and register the ocx by using Regsvr32.exe or Add the Component by browsing for it while you are in the IDE.
  9.  
  10. Status:
  11. Freeware, but $10 would be appreciated if you find this control helpful.
  12. No expiration date, no missing functionality.
  13.  
  14. Contact:
  15. John Lueders
  16. P.O. Box 505
  17. Southeastern PA  19399
  18.  
  19. jcls@erols.com
  20.  
  21. <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
  22. NUMBERBOX written using Microsoft Visual Basic 6.0
  23.  
  24. Properties:    Name:            Read/Write:    When:        Remarks:
  25.  
  26.         AllowInvert        Read/Write    Design/Runtime
  27.         AllowNegation        Read/Write    Design/Runtime    Set to True if you want the "-" key to toggle between pos. and neg. states
  28.         BackColor        Read/Write    Design/Runtime
  29.         DecimalPlaces        Read/Write    Design/Runtime    Can be between 0 and 10.  If set during Runtime, it will zero out the control.
  30.         Font            Read/Write    Design/Runtime
  31.         ForeColor        Read/Write    Design/Runtime
  32.         ReadOnly        Read/Write    Design/Runtime
  33.         MaximumValue        Read/Write    Design/Runtime
  34.         MinimumValue        Read/Write    Design/Runtime
  35.         Text            Read        Runtime        Returns the text just as you see it.
  36.         UseThousandDelimiter    Read/Write    Design/Runtime    Will use the Systems Thousand Delimiter.  See Method: ShowCurrencySettings
  37.         Value            Read/Write    Runtime        Returns a DOUBLE.
  38.  
  39. Methods:    Invert            Dependent on AllowInvert.  Hit the "I" key to invert (1 / Value) the Value
  40.         ShowCurrencySettings    Hit Ctrl + "R" to bring up the Regional Settings Control Panel Currency tab.
  41.  
  42. Events:     Change
  43. <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
  44. Legal Remarks:
  45.  
  46. I, John Lueders, am not legally responsible for errors that might occur in your application due to the implementation of this control.
  47. It has been tested by me, and I feel as though it is an excellent product.  That does not mean that it should not be tested by you or your company's QA department.
  48.